GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-24T06:36:49.6619739+00:00",
"SubmitDate": "2026-04-24T06:36:49.6619739+00:00",
"ReportPeriodStart": "2026-04-24T06:36:49.6619739+00:00",
"ReportPeriodEnd": "2026-04-24T06:36:49.6619739+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "45bdc8dc-de26-4335-85dc-9b1fb113e7b9",
"Rows": [
{
"ItemId": "bfce7660-07be-498a-937b-d828e6214769",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bfce7660-07be-498a-937b-d828e6214769",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "45bdc8dc-de26-4335-85dc-9b1fb113e7b9",
"Rows": [
{
"ItemId": "bfce7660-07be-498a-937b-d828e6214769",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bfce7660-07be-498a-937b-d828e6214769",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2ae5bb1e-f354-4d52-9607-4ca07dfe6a56",
"9bc318df-09cc-46b3-b726-200d28162494"
],
"Approvers": [
"bcd0ac2d-af50-4dca-954e-4fbeb65e5c32",
"94d30625-2d9b-4593-b3e0-acfab59508bb"
],
"ApprovedBy": "b3c2777f-92ff-41a4-96bc-2f6a55f980ef",
"ApprovalDate": "2026-04-24T06:36:49.6619739+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "383eed85-8e8d-4abd-bb97-00bdb6ed0716",
"id": "9b5883bf-211e-4c24-92ba-28f88d84e880",
"ConfigId": "98332e5c-5afe-436a-853d-1355d32b0fbd"
},
{
"GenerationDate": "2026-04-24T06:36:49.6619739+00:00",
"SubmitDate": "2026-04-24T06:36:49.6619739+00:00",
"ReportPeriodStart": "2026-04-24T06:36:49.6619739+00:00",
"ReportPeriodEnd": "2026-04-24T06:36:49.6619739+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "45bdc8dc-de26-4335-85dc-9b1fb113e7b9",
"Rows": [
{
"ItemId": "bfce7660-07be-498a-937b-d828e6214769",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bfce7660-07be-498a-937b-d828e6214769",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "45bdc8dc-de26-4335-85dc-9b1fb113e7b9",
"Rows": [
{
"ItemId": "bfce7660-07be-498a-937b-d828e6214769",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bfce7660-07be-498a-937b-d828e6214769",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2ae5bb1e-f354-4d52-9607-4ca07dfe6a56",
"9bc318df-09cc-46b3-b726-200d28162494"
],
"Approvers": [
"bcd0ac2d-af50-4dca-954e-4fbeb65e5c32",
"94d30625-2d9b-4593-b3e0-acfab59508bb"
],
"ApprovedBy": "b3c2777f-92ff-41a4-96bc-2f6a55f980ef",
"ApprovalDate": "2026-04-24T06:36:49.6619739+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "383eed85-8e8d-4abd-bb97-00bdb6ed0716",
"id": "9b5883bf-211e-4c24-92ba-28f88d84e880",
"ConfigId": "98332e5c-5afe-436a-853d-1355d32b0fbd"
}
]